|
|
12/08/07 14:25:33 |
@1994
|
[1994]
|
tokuhirom |
Plugin::Publish::Gmail: support higher version of MIME::Lite. thanks … |
|
|
12/05/06 07:52:49 |
@1904
|
[1904]
|
miyagawa |
added Timeout via http://d.hatena.ne.jp/dacs/20061125/1164387408 |
|
|
10/24/06 02:03:03 |
@1792
|
[1792]
|
miyagawa |
Publish::Gmail: skip if enclosure local path doesn't exist, which means … |
|
|
10/19/06 20:29:51 |
@1783
|
[1783]
|
miyagawa |
Publish::Gmail: pass encoding to templates |
|
|
10/19/06 16:12:29 |
@1781
|
[1781]
|
miyagawa |
Publish::Gmail allows encodings other than utf-8 |
|
|
10/12/06 15:55:39 |
@1734
|
[1734]
|
miyagawa |
added Test::Spelling and fixed typoes |
|
|
08/18/06 01:42:52 |
@1372
|
[1372]
|
miyagawa |
Publish::Gmail: support APOP |
|
|
07/27/06 03:11:42 |
@1173
|
[1173]
|
miyagawa |
Merge from refactoring-planet. YAY! |
|
|
06/06/06 16:56:18 |
@908
|
[908]
|
miyagawa |
don't send email when there's no entry. Fixes #297 |
|
|
06/02/06 15:54:19 |
@893
|
[893]
|
miyagawa |
wrap MIME::Lite->send in eval |
|
|
05/29/06 19:08:25 |
@842
|
[842]
|
miyagawa |
document Gmail plugin and make attachment_enclosures as optional |
|
|
05/29/06 18:57:17 |
@840
|
[840]
|
miyagawa |
* $ua->mirror($req, $file) now doesn't initialize $req so that you can … |
|
|
05/23/06 21:21:06 |
@796
|
[796]
|
miyagawa |
Regression test suite for MIME::Lite chomping issue. |
|
|
05/23/06 19:08:06 |
@795
|
[795]
|
miyagawa |
Encode HTML mail attachment as quoted-printable to avoid character … |
|
|
05/13/06 04:36:18 |
@726
|
[726]
|
miyagawa |
* Added $enclosure->local_path … |
|
|
04/01/06 04:47:59 |
@450
|
[450]
|
miyagawa |
overwrite X-Mailer with Plagger. Fixes #131 |
|
|
03/05/06 02:56:18 |
@283
|
[283]
|
miyagawa |
Publish::Gmail: Fix bad mailfrom. Thanks to maru.gs … |
|
|
03/02/06 13:51:32 |
@236
|
[236]
|
miyagawa |
Gmail: do POP before SMTP only once |
|
|
02/27/06 14:38:19 |
@191
|
[191]
|
tokuhirom |
Publish::Gmail with POP before SMTP |
|
|
02/26/06 17:19:31 |
@161
|
[161]
|
miyagawa |
Gmail: change loglevel to info |
|
|
02/25/06 17:27:17 |
@148
|
[148]
|
miyagawa |
extract_address is now in external package. should be fully qualified. … |
|
|
02/25/06 17:24:59 |
@147
|
[147]
|
miyagawa |
Don't use "package MIME::Lite" because CPAN indexer hates it. Fixes #52 |
|
|
02/21/06 21:33:47 |
@104
|
[104]
|
miyagawa |
* Added IRC publish plugin. Fixes #46 … |
|
|
02/07/06 18:42:50 |
@43
|
[43]
|
miyagawa |
hack more TLS connection persistency. Refs #15 |
|
|
02/07/06 18:27:52 |
@42
|
[42]
|
sekimura |
support Persistent SMTP connection with TLS mode. Fixes #15 |
|
|
02/06/06 15:15:32 |
@37
|
[37]
|
miyagawa |
publish.notify now has a better name publish.add_feed. Fixes #7 |
|
|
02/06/06 15:11:24 |
@36
|
[36]
|
miyagawa |
Plugin API change: now args are all in a hashref, rather than ordered … |
|
|
02/06/06 08:10:21 |
@35
|
[35]
|
miyagawa |
fix SMTP multibyte From: bug |
|
|
02/06/06 07:42:19 |
@34
|
[34]
|
miyagawa |
deprecated group-items option in Gmail for now. Refs #2 |
|
|
02/06/06 07:19:33 |
@33
|
[33]
|
miyagawa |
Added TLS support to Publish::Gmail. Fixes #9 |
|
|
02/05/06 20:13:06 |
@31
|
[31]
|
miyagawa |
* Publish::JavaScript? to create .js include file per feed. … |
|
|
02/05/06 17:36:15 |
@27
|
[27]
|
miyagawa |
utf8 filter is not needed anymore in our templates
spacing fix. |
|
|
02/05/06 11:00:59 |
@21
|
[21]
|
miyagawa |
HTML has a better document structure; Fixes #4 |
|
|
02/05/06 10:25:30 |
@18
|
[18]
|
miyagawa |
Fix i18n issues in templates and Subject |
|
|
02/03/06 07:57:38 |
@4
|
[4]
|
miyagawa |
oops, reverted the debug stuff |
|
|
02/02/06 22:01:25 |
@3
|
[3]
|
miyagawa |
* Added $plugin->condition to conditionally dispatch plugins … |
|
|
02/02/06 18:54:24 |
@2
|
[2]
|
miyagawa |
import Plagger |