Personal tools

Talk:Gallery2:Modules:addviaemail

From Gallery Codex

Not sure if this is the right place to ask for this, but I'd like some help.

On the configure page, It warns me that I'm missing the following functions:

Function name Pass/fail
imap_timeout Missing
imap_open Missing
imap_errors Missing
imap_headers Missing
imap_body Missing
imap_headerinfo Missing
imap_fetchstructure Missing
imap_close Missing
imap_expunge Missing

But I'm only trying to use pop3. Do I really need all of the imap functions to use pop3?

  • answered my own question. the imap functions also handle pop 3 connections in php. I've got a new install of php compiling right now...

--Nfriedly 20:19, 17 January 2007 (PST)

Localization

I don't see no po folder - is the module not intended to be localizable? --Katpatuka 01:06, 20 March 2008 (PDT)

    I created a po dir there. Instructions for localization are at Gallery2:Localization. If you're trying to create a new Turkish (guessing, based on your username) localization, you do:
    $ cd modules/addviaemail/po
    $ GALLERYDIR=/path/to/gallery2 make tr.po
    

Hope that helps. --Bharat 15:23, 22 March 2008 (PDT)

advertisements